home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / photo.dxr / 00141.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  339 b   |  25 lines

  1. global img, imsize
  2.  
  3. on mouseEnter
  4.   if img = 1 then
  5.     cursor([121, 122])
  6.   end if
  7. end
  8.  
  9. on mouseLeave
  10.   cursor(-1)
  11. end
  12.  
  13. on mouseDown
  14. end
  15.  
  16. on mouseUp
  17.   sprite(19).visible = 0
  18.   sprite(20).visible = 1
  19.   sprite(23).visible = 0
  20.   sprite(24).visible = 0
  21.   sprite(45).member = member(26, "pp")
  22.   set the member of sprite 46 to 49
  23.   go("5")
  24. end
  25.